API Documentation
BaseHandler.h
1 // BaseHandler.h
3 //
5 
6 namespace nkGraphics
7 {
11  class DLL_GRAPHICS_EXPORT BaseHandler
12  {
13  public :
14 
22  virtual ~BaseHandler () ;
23 
32  } ;
33 }
nkGraphics::BaseHandler::BaseHandler
BaseHandler()
nkGraphics::BaseHandler::setInputSystem
void setInputSystem(InputSystem *sys)
nkGraphics::BaseHandler::~BaseHandler
virtual ~BaseHandler()
nkGraphics::BaseHandler::getInputSystem
InputSystem * getInputSystem() const
nkGraphics::InputSystem
The input system used within the component.
Definition: InputSystem.h:14
nkGraphics::BaseHandler
Base class for an input handler.
Definition: BaseHandler.h:12
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7